.header {
	height: 80px;
}

.wrapper {
	margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
}

.logo {
	float: left;
	height: 80px;
}

.logo__link {
	line-height: 80px;
}

.phone {
	float: right;
	padding: 0 20px;
	position: relative;
	height: 80px;
}

.phone__text {
	position: absolute;
	right: 20px;
	top: 0px;
}

.phone__link, .sitemap__link {
	display: block;
	line-height: 40px;
}

.phone:after, .attention:after, .advantages:after, .avtopark:after, .catalog:after {
	content: '';
	display: block;
	clear: both;
}

.attention__image-box {
	max-width: 400px;
}

.attention__image {
	max-width: 400px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.advantages__item {
	margin-bottom: 20px;
}

.icon::before {
	content: "";
	display: block;
	width: 64px;
	height: 100px;
	float: left;
	margin: 0 20px 0 0;
	clear: both;
}

.adv1::before {
	background: url("stopwatch.png") no-repeat;
}

.adv2::before {
	background: url("wallet.png") no-repeat;
}

.adv3::before {
	background: url("delivery-truck.png") no-repeat;
}

.adv4::before {
	background: url("map.png") no-repeat;
}

.adv5::before {
	background: url("like.png") no-repeat;
}

.adv6::before {
	background: url("delivery-man.png") no-repeat;
}

.avtopark__image, .catalog__image {
	padding: 5px;
	box-sizing: border-box;
}

.text {
	margin: 0 auto 40px auto;
	max-width: 800px;
}

summary {
	cursor: pointer;
	width: 150px;
}

.footer {
	overflow: hidden;
}

.sitemap__link {
	float: left;
	line-height: 80px;
	display: block;
}

.footer .phone__link {
	float: right;
}

.callme {
	display: none;
}

.catalog__item {
	text-align: center;
}

@media screen and (max-width: 480px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	
	.phone {
		display: none;
	}
	
	.main {
		margin: 0 0 100px 0;
	}

	.attention__image-box {
		margin: 0 0 20px 0;
	}
	
	.icon:before {
		height: 64px;
  }
	
	.avtopark__item, .catalog__item {
		max-width: 400px;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.avtopark__image, .catalog__image {
		width: 100%;
		display: block;
		margin: 0 auto 5px auto;
	}
	
	.footer {
		display: none;
	}
	
	.callme {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: block;
		line-height: 80px;
	}
}

@media screen and (max-width: 720px) and (min-width: 481px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	
	.phone {
		display: none;
	}
	
	.main {
		margin: 0 0 100px 0;
	}

	.attention__image-box {
		margin: 0 auto 20px auto;
	}
	
	.avtopark__item, .catalog__item {
		max-width: 400px;
		margin: 0 auto 20px auto;
		text-align: center;
	}

	.avtopark__image, .catalog__image {
		max-width: 400px;
		display: block;
		box-sizing: border-box;
		margin: 0 auto 5px auto;
	}
	
	.footer {
		display: none;
	}
	
	.callme {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		text-align: center;
		display: block;
		line-height: 80px;
	}
}

@media screen and (max-width: 1000px) and (min-width: 721px) {
	.attention__image-box {
		float: left;
		margin: 0 4% 0 0;
		max-width: 48%;
		clear: none;
	}
	
	.attention__text {
		float: left;
		max-width: 48%;
	}
	
	.advantages__item {
		float: left;
    max-width: 45%;
    margin: 0 10% 20px 0;
  }
  
	.advantages__item:nth-of-type(2n) {
		float: left;
    max-width: 45%;
    margin: 0 0 20px 0;
  }
  
	.icon:before {
		height: 64px;
  }
	
	.avtopark__item, .catalog__item {
		max-width: 30%;
		float: left;
		margin: 0 5% 0 0;
		text-align: center;
	}

	.avtopark__item:nth-of-type(3n), .catalog__item:nth-of-type(3n) {
		margin: 0;
	}

	.avtopark__image, .catalog__image {
		max-width: 100%;		
		display: block;
		box-sizing: border-box;
		margin: 0 0 5px 0;
	}
	
	.catalog__heading {
		min-height: 60px;
	}
}

@media screen and (min-width: 1001px) {
	.wrapper {
		padding: 0;
		width: 960px;
	}
	
	.attention__image-box {
		float: left;
		margin: 0 40px 0 0;
		max-width: 400px;
	}

	.advantages__item {
		float: left;
    width: 460px;
    margin: 0 40px 20px 0;
  }
  
	.advantages__item:nth-of-type(2n) {
		margin: 0;
  }
	
	.avtopark__item, .catalog__item {
		max-width: 300px;
		float: left;
		margin: 0 30px 0 0;
		text-align: center;
	}

	.avtopark__item:nth-of-type(3n), .catalog__item:nth-of-type(3n) {
		margin: 0;
	}

	.avtopark__image, .catalog__image {
		max-width: 100%;
		display: block;
		box-sizing: border-box;
		margin: 0 0 5px 0;
	}
	
	.catalog__heading {
		min-height: 60px;
	}
}